1 00:00:00,210 --> 00:00:03,500 So we got a little bit of cleanup that we want to do for our boulder trap. 2 00:00:03,510 --> 00:00:07,710 If you recall, this should be invisible because this is the clone. 3 00:00:07,710 --> 00:00:11,790 And then when we trigger the boulder trap, we don't want to see that boulder. 4 00:00:11,790 --> 00:00:13,650 So let's go ahead and do that real quick. 5 00:00:13,980 --> 00:00:15,990 Go to our workshop. 6 00:00:16,590 --> 00:00:17,910 Boulder trap. 7 00:00:18,090 --> 00:00:22,970 And then in trigger it, what you want to do is scroll all the way up here. 8 00:00:22,980 --> 00:00:24,600 Here's our boulder template. 9 00:00:24,600 --> 00:00:27,630 We want the boulder template to be invisible. 10 00:00:27,630 --> 00:00:34,320 So let's say boulder template dot transparency equals one. 11 00:00:34,320 --> 00:00:42,750 So now when we start the game, we'll be able to, we'll be able, we'll be able to create one boulder 12 00:00:42,750 --> 00:00:45,030 and then it won't look like one's hanging around up there. 13 00:00:45,480 --> 00:00:46,860 So here we go. 14 00:00:47,940 --> 00:00:48,660 That's good. 15 00:00:48,660 --> 00:00:49,530 I like that. 16 00:00:49,620 --> 00:00:50,160 All right. 17 00:00:50,160 --> 00:00:52,050 And we didn't get our our badge. 18 00:00:52,050 --> 00:00:53,760 Let's go ahead and fix that. 19 00:00:53,760 --> 00:00:58,500 So we're going to stop the game and I'll show you how to delete the badge from your account. 20 00:00:58,500 --> 00:01:05,220 So log in to Roblox Studio and it doesn't matter where you're at because you get hit this hamburger 21 00:01:05,220 --> 00:01:13,590 menu, go to inventory, go down to badges, click that badge, and then we're just going to hit those 22 00:01:13,590 --> 00:01:15,780 three dots, delete from inventory. 23 00:01:16,380 --> 00:01:16,890 Cool. 24 00:01:16,890 --> 00:01:20,040 Now, it's no longer a part of your inventory. 25 00:01:20,040 --> 00:01:22,080 You can win the badge again. 26 00:01:22,080 --> 00:01:24,450 So if you're testing, that's really handy. 27 00:01:24,450 --> 00:01:29,910 You don't want to have to make the badge like 20 times and delete it and everything just to see if you 28 00:01:29,910 --> 00:01:31,200 get your code working. 29 00:01:31,860 --> 00:01:32,700 Here we go. 30 00:01:34,080 --> 00:01:36,900 I got the badge again, right, Because we deleted it. 31 00:01:36,900 --> 00:01:37,410 All right. 32 00:01:37,410 --> 00:01:38,700 That's looking pretty good. 33 00:01:38,700 --> 00:01:42,390 I think we're going to move on to our next topic in the next video.